﻿@media screen and (max-width: 767px){
	.wrapper,.menu,.banner,.main,.xlink,.end{
		width:100% !important;
		margin:0 auto;
	}
	/*首页头部*/
	.header {
	    width: 100%;
	    background-size: cover;
	}
	.top {
	    background: #0b72ac;
	    height: auto;
	    overflow: hidden;
	    width: 100%;
	}
	.header {
	    width: 100% !important;
	}
	.header .header-left a img{
		width:60%;
	}
}	